projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de856d9
)
(rmail-show-message-hook): Offer `goto-address' as an option.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 19 May 2002 15:36:55 +0000
(15:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 19 May 2002 15:36:55 +0000
(15:36 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index e6dd92671e170ff993370f9823d90dafec629eac..2ed85dc3e9f55adab852e9e002607def8baa17e7 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-261,7
+261,7
@@
and the value of the environment variable MAIL overrides it)."
(defcustom rmail-show-message-hook nil
"List of functions to call when Rmail displays a message."
:type 'hook
- :options '(goto-addr)
+ :options '(goto-addr
ess
)
:group 'rmail)
;;;###autoload